home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Treccani Italiana Di Scienze Lettere Ed Arti
/
[Enciclopedia] Treccani Italiana di scienze lettere ed arti.iso
/
pc
/
data
/
xxi_appendice_dvd.swf
/
scripts
/
frame_1
/
DoAction.as
Wrap
Text File
|
2007-11-08
|
5KB
|
142 lines
function CheckInit()
{
if(_root.gNormalize.mTableUrl == "")
{
_root.gNormalize.LoadTable("normtable.txt");
}
if(_root.gNormalize.mLoaded == true)
{
clearInterval(_root.initInterval);
_root.initInterval = 0;
_global.gAlert.Hide();
if(_global.gDVD == true)
{
_root.getURL("lingo: FlashInitDone");
}
if(_global.gMenuProspettiveOn == false)
{
_root.gAppendiceSearch.CloseAllWindows();
_root.gAppendiceSearch.InitSearch(true);
}
else
{
_root.gAppendiceSearch.MenuProspettive();
_root.gAppendiceSearch.InitMenuProspettive(true);
}
}
}
function CaricaLemmaDebug()
{
if(!_root.dCounter)
{
_root.dCounter = 0;
}
_root.dCounter += 1;
if(_root.dCounter > 890)
{
_root.dCounter = 1;
}
_root.gAppendiceSearch.MostraLemma(_root.dCounter,"L","DEBUG LEMMA","ricerca",false);
}
_global.gDebug = false;
MovieClip.prototype.tabEnabled = false;
Button.prototype.tabEnabled = false;
TextField.prototype.tabEnabled = false;
_global.gDialogManager = mc_DialogManager;
mx.controls.listclasses.ScrollSelectList.DISABLE_ROWDRAGSCROLLONROWPRESS = true;
_global.gUseEmbeddedFont = true;
if(_global.gDVD == undefined)
{
_global.gDVD = true;
}
if(_global.gMediaPath == undefined)
{
_global.gMediaPath = "";
}
if(_global.gPathSep == undefined)
{
_global.gPathSep = "/";
}
if(_global.gMenuProspettiveOn == undefined)
{
_global.gMenuProspettiveOn = false;
}
CAppendiceStyleManager.USE_SUB_SUP_FONT = true;
CAppendiceStyleManager.USE_EMBEDDED_FONT = _global.gUseEmbeddedFont;
if(_global.gUseEmbeddedFont)
{
_global.styles.TextArea.setStyle("antiAliasType","advanced");
_global.styles.TextArea.setStyle("sharpness",-300);
_global.styles.TextArea.setStyle("thickness",-50);
_global.styles.TextField.setStyle("antiAliasType","advanced");
_global.styles.TextField.setStyle("sharpness",-300);
_global.styles.TextField.setStyle("thickness",-50);
_global.styles.TextInput.setStyle("antiAliasType","advanced");
_global.styles.TextInput.setStyle("sharpness",-300);
_global.styles.TextInput.setStyle("thickness",-50);
}
ExternalContent.MAX_TRIES = 500;
maxTries = 560;
_global.gAlert = mc_alert;
_global.gHtmlExportClip = mc_htmlefilexporter;
CAlert.DEFAULT_TITLE = "| Enciclopedia Italiana di Scienze, Lettere ed Arti |";
_global.gHtmlRenderer = _root.txt_globalhtmlRenderer;
_global.gHtmlRenderer._visible = false;
_global.gHtmlRenderer.html = true;
_global.gHtmlRenderer.multiline = true;
var gTooltipManager = CTooltipManager.getInstance();
gTooltipManager.init(this,1);
if(_global.gUseEmbeddedFont)
{
_global.gStyleManager = new CAppendiceStyleManager("Arial Unicode MS","xxApice","xxPedice",14,12,16);
}
else
{
_global.gStyleManager = new CAppendiceStyleManager("Arial Unicode MS","xxApice","xxPedice",14,12,16);
}
_global.gPrint = _root.mc_Print;
_global.gAlert.ShowAlert("","Inizializzazione dell\'applicazione in corso...","EMPTY",10);
var urlArr = _url.split("//");
var gServer = "localhost";
System.security.allowDomain("http://" + gServer);
if(urlArr.length > 1)
{
gServer = urlArr[1].substr(0,urlArr[1].indexOf("/"));
}
if(gServer == "")
{
gServer = "localhost";
}
HtmlTreeCellRenderer.SPAN_BEFORE = "<span class=\'rowText\'>";
HtmlTreeCellRenderer.SPAN_AFTER = "</span>";
CAppendiceSearch.GATEWAY_URL = "http://" + gServer + "/xxi/flashservices/gateway.php";
if(_global.gDVD == true)
{
CAppendiceSearch.CONTRIBUTI_URL = _global.gMediaPath + "media" + _global.gPathSep + "contributi" + _global.gPathSep;
CAppendiceSearch.EMBEDDEDIMAGE_URL = _global.gMediaPath + "media" + _global.gPathSep + "formule" + _global.gPathSep;
CAppendiceSearch.PROSPETTIVE_URL = _global.gMediaPath + "media" + _global.gPathSep + "prospettive" + _global.gPathSep;
CAppendiceSearch.EXPORTHTML_URL = "lingo:EsportaHtml";
}
else
{
CAppendiceSearch.CONTRIBUTI_URL = "http://" + gServer + "/xxi/contributi/";
CAppendiceSearch.EMBEDDEDIMAGE_URL = "http://" + gServer + "/xxi/formule/";
CAppendiceSearch.PROSPETTIVE_URL = "http://" + gServer + "/xxi/prospettive/";
CAppendiceSearch.EXPORTHTML_URL = "http://" + gServer + "/xxi/flashservices/services/esportahtml.php";
}
StringUtils.IMAGE_URL = CAppendiceSearch.EMBEDDEDIMAGE_URL;
StringUtils.USE_SUB_SUP_FONT = CAppendiceStyleManager.USE_SUB_SUP_FONT;
var gAppendiceSearch = new CAppendiceSearch(this);
var gNormalize = new CNormalize(11000);
var initInterval = setInterval(CheckInit,1500);
if(_global.gMenuProspettiveOn == true)
{
_root.gAppendiceSearch.MenuProspettive();
}
else
{
_root.gAppendiceSearch.CloseAllWindows();
}
_global.gAppendiceSearch = gAppendiceSearch;
stop();